home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / mysql_stop.bat < prev    next >
DOS Batch File  |  2005-07-08  |  90b  |  4 lines

  1. @echo off
  2. echo Mysql shutdowm ...
  3. mysql\bin\mysqladmin --user=pma --password= shutdown
  4.